Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add match_about_blank to fix #3 #26

Merged
merged 1 commit into from
Jan 29, 2015
Merged

Add match_about_blank to fix #3 #26

merged 1 commit into from
Jan 29, 2015

Conversation

silverwind
Copy link
Contributor

This fixes #3. I've tested it on a problematic <iframe> on irccloud.com.

@silverwind
Copy link
Contributor Author

Also, I'd ❤️ you if you could push an update to the Chrome Web Store with this.

"run_at": "document_start",
"all_frames": true,
"js": ["apply.js"]
},
{
"matches": ["http://userstyles.org/*", "https://userstyles.org/*"],
"match_about_blank": true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This block is to handle installs from userstyles.org. It shouldn't have match_about_blank.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, will update.

@silverwind
Copy link
Contributor Author

Updated the PR to not apply to userstyles.org

JasonBarnabe added a commit that referenced this pull request Jan 29, 2015
Add match_about_blank to fix #3
@JasonBarnabe JasonBarnabe merged commit 4c53a19 into stylish-userstyles:master Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stylish does not affect dynamically generated iframes
2 participants